home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 March / inter@ivo 1997-03.iso / cybint14 / bin / gforum.dxr / 00001.ls next >
Encoding:
Text File  |  1997-02-20  |  161 b   |  11 lines

  1. on mouseUp
  2.   global contas, Gmovie
  3.   if contas = 0 then
  4.     set contas to 1
  5.     callwww("http://www.forum.pt")
  6.   else
  7.     set contas to 0
  8.     go(1)
  9.   end if
  10. end
  11.